home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 4415 then
- unloadMember("bulletexplosion")
- if the loaded of member "gene" = 0 then
- preloadMember("gene")
- end if
- if the loaded of member "mutatedgene" = 0 then
- preloadMember("mutatedgene")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(75)
- end
-